From: Eli Zaretskii Date: Wed, 7 Jan 1998 09:41:30 +0000 (+0000) Subject: (delete-auto-save-files): Say in the doc string that X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~78480 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=92631216919566dd1bfc6a880fc35c2ef0611457;p=emacs.git (delete-auto-save-files): Say in the doc string that auto-save file will not be deleted if the buffer has unsaved changes. --- diff --git a/lisp/files.el b/lisp/files.el index 4d977185d26..a11d013dc86 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -40,7 +40,10 @@ (defcustom delete-auto-save-files t - "*Non-nil means delete auto-save file when a buffer is saved or killed." + "*Non-nil means delete auto-save file when a buffer is saved or killed. + +Note that auto-save file will not be deleted if the buffer is killed +when it has unsaved changes." :type 'boolean :group 'auto-save)